(shell-mode): Capitalize mode name.
authorRoland McGrath <roland@gnu.org>
Mon, 19 Apr 1993 21:19:44 +0000 (21:19 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 19 Apr 1993 21:19:44 +0000 (21:19 +0000)
lisp/shell.el

index bf7d2b820e43f5271fe1de00a29fdfab376b5066..1f69e426d91930ce95e947e56ed650668cd23c74 100644 (file)
@@ -228,7 +228,7 @@ to match their respective commands."
   (comint-mode)
   (setq comint-prompt-regexp shell-prompt-pattern)
   (setq major-mode 'shell-mode)
-  (setq mode-name "shell")
+  (setq mode-name "Shell")
   (use-local-map shell-mode-map)
   (make-local-variable 'shell-dirstack)
   (setq shell-dirstack nil)